home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Merciful 5
/
Merciful - Disc 5.iso
/
software
/
p
/
pcqpascalv1.2d.lha
/
Include
/
Prefs
/
Palette.i
< prev
next >
Wrap
Text File
|
1997-05-06
|
537b
|
23 lines
{ File format for palette preferences }
{$I "Include:Libraries/IffParse.i"}
const
ID_PALT = 1346456660;
Type
PalettePrefs = Record
pap_Reserved : Array[0..3] of Integer; { System reserved }
pap_4ColorPens : Array[1..32] of WORD;
pap_8ColorPens : Array[1..32] of WORD;
pap_Colors : Array[1..32] of ColorSpec; { Used as full 16-bit RGB values }
end;
PalettePrefsPtr = ^PalettePrefs;
{***************************************************************************}